OpenBuildings GenerativeComponents Help

SeriesUniformly

The start, final and increment values must be numbers (int, double or long).

number[] SeriesUniformly(number start, number final, number
increment)

Returns a new list filled with a series of values. The series begins at the start value and ends at the final value. Each item in the series is equal to the previous item plus the increment.

Before the series is constructed, the increment is adjusted, if necessary, such that there is a whole number of increments between the start and final values.